mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver
authorStefan Roese <[email protected]>
Mon, 20 Mar 2017 16:00:32 +0000 (17:00 +0100)
committerJaehoon Chung <[email protected]>
Tue, 21 Mar 2017 12:06:59 +0000 (21:06 +0900)
commitde0359c21e7993f7cf39156932fb73d171b2450a
tree185e90e21b72977b826fba3f17d70f68a311947c
parent166c2b8fd91f9aa9e51505083d03784135609bf3
mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver

The Xenon SDHCI driver just missed the integration of this patch:

git ID 6d0e34bf
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

With this patch applied, the SDHCI subsystem complains now with this warning
while probing:

sdhci_setup_cfg: Hardware doesn't specify base clock frequency

This patch fixes this issue, by providing the missing host->max_clk
variable to the SDHCI subsystem.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Hu Ziji <[email protected]>
Cc: Victor Gu <[email protected]>
Cc: Konstantin Porotchkin <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Stefan Herbrechtsmeier <[email protected]>
Cc: Jaehoon Chung <[email protected]>
drivers/mmc/xenon_sdhci.c